projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d1e0c
)
Tweak previous change
author
Glenn Morris
<rgm@gnu.org>
Sat, 19 Jan 2013 20:58:00 +0000
(12:58 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 19 Jan 2013 20:58:00 +0000
(12:58 -0800)
lisp/mail/unrmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/unrmail.el
b/lisp/mail/unrmail.el
index 406009af5e29c842208e47f2910f709b6717c213..698e9b0e0a0ed673e5018997f97a33898730b207 100644
(file)
--- a/
lisp/mail/unrmail.el
+++ b/
lisp/mail/unrmail.el
@@
-240,8
+240,6
@@
The variable `unrmail-mbox-format' controls which mbox format to use."
(insert "X-RMAIL-ATTRIBUTES: " (apply 'string attrs) "\n")
(when keywords
(insert "X-RMAIL-KEYWORDS: " keywords "\n"))
- (goto-char (point-min))
- (forward-line 1) ; skip `From ' line
;; Convert From to >From, etc.
(let ((case-fold-search nil)
(fromline (if (eq 'mboxrd unrmail-mbox-format)